Convert String to Uppercase
Command Prototype
sRet = UCase(sText)
Command Description
Convert a string to uppercase
Parameter Description
- Required Parameter
- sText--The string to operate
- return
- sRet--The variable used to save the output of the function call